home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / lparser3 / shell02.ls < prev    next >
Text File  |  1994-01-03  |  201b  |  14 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 24
  3. 10
  4. 10
  5. #
  6. PPPPPPPPPPPPPPPPPPP
  7. #
  8. P=S>(20)g'(.8)
  9. S=[[&(120)[A]]>(20)g'(.8)[&(120)[B]]]
  10. #
  11. A=[^gA{.].
  12. B=B^.g.}
  13. @
  14.